Conversation
…e context-switching environment
…is not in a context switching env
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
Release 7.0.0-rc.1
Add a better setup for copilot
Commit f8ce5e3 changed union fs mounting semantics of package volumes. This broke mounting for some webc v2 volumes. Example broken package: syrusakbary/web@^0.3.0 This commit fixes v2 mounting logic again by aligning with path stripping semantics. No impact on v3 webcs, those use a separate code path.
…6108) * Revert "CI(docs.rs): not use --no-deps as a workaround (#6065)" This reverts commit 81691ed. * deps: use RC for sha2 crate
* fix(LLVM): fixed ABI issues noticed while fuzzing
* fix(LLVM): record try_table in unreachable_depth Fixes: #6116
* Remove hardcoded MSRV in github actions * Define shell for load_toolchain action
* fix(LLVM): fix ABI related to pointer type * fix RISC-V pointer width * ignore the new SIMD test for Singlepass * fix aarch64 Abi * fix * add one more ignore
Release 7.0.0-rc.2
Fix copilot setup
The back-end does not work properly: #6121
* Update CHANGELOG * Release 7.0.0 * move changelog entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently DRAFT awaiting 7.0.0 final release. Merge is currently based on
v7.0.0-rc.1.